.m-slide {
	background: rgb(247, 247, 247); width: 100%; height: 78px; position: relative;
}
.m-slide .bottom-shadow {
	left: 0px; width: 100%; height: 1px; bottom: -3px; overflow: hidden; position: absolute;
}
.m-slide .img {
	width: 35%; overflow: hidden; float: left; position: relative;
}
.m-slide .img img {
	width: 100%; height: 78px; display: block;
}
.m-slide .img li {
	left: 0px; top: 0px; display: none; position: absolute;
}
.m-slide .img .first {
	display: block;
}
.m-slide .tab {
	width: 65%; overflow: hidden; float: left;
}
.m-slide .tab li {
	width: 100%;
}
.m-slide .tab .first {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.m-slide .tab a {
	width: 92%; height: 26px; line-height: 26px; overflow: hidden; padding-left: 4%; text-decoration: none; display: block; position: relative;
}
.m-slide .tab a span {
	overflow: hidden; position: absolute;
}
.m-slide .tab a .title {
	height: 26px; color: rgb(0, 0, 0); line-height: 26px; font-size: 12px; font-weight: 100;
}
.m-slide .tab .on a span {
	color: rgb(65, 161, 242);
}
